#include <tinyxml.h>
Inheritance diagram for TiPullXmlComment:


Public Member Functions | |
| TiPullXmlComment () | |
| Constructs an empty comment. | |
| virtual | ~TiPullXmlComment () |
| virtual void | Print (FILE *cfile, int depth) const |
Protected Member Functions | |
| virtual void | StreamOut (TiXmlOutStream *out) const |
| virtual bool | Parse (ParsePosition in, const char *&out, bool throwaway) |
|
|
Constructs an empty comment.
|
|
|
|
|
||||||||||||||||
|
Implements TiPullXmlBase. |
|
||||||||||||
|
All TinyXml classes can print themselves to a filestream. This is a formatted print, and will insert tabs and newlines. (For an unformatted stream, use the << operator.) Implements TiPullXmlBase. |
|
|
Implements TiPullXmlBase. |
1.3-rc3